True Keyword

Used to set a Boolean object to the value of 'True' or test whether an existing Boolean expression is equal to True. A comparison of two values that are equal returns True.

expression=True

Expression is any valid Boolean expression.


See Also

False keyword, And, Not, Or operators.